home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / 251_01.zip / WARNING.CUG < prev   
Text File  |  1993-04-01  |  384b  |  11 lines

  1.  
  2. WARNING !!
  3.  
  4. This system relies on the default behavior of Aztec's read()
  5. and write(). Under Aztec the default behavior of low-level
  6. i/o is to read and write binary files. To adapt to other
  7. compilers you may need to modify all open() calls to
  8. specifically request binary mode (i.e. insert "rb" or "wb" mode
  9. strings).
  10.  
  11. By CUG